home *** CD-ROM | disk | FTP | other *** search
- object Form13: TForm13
- Left = 388
- Top = 326
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Screen Shot Capturing Options'
- ClientHeight = 109
- ClientWidth = 311
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 62
- Top = 10
- Width = 231
- Height = 13
- Caption = 'Max. number of screen shot files (before rollover).'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 62
- Top = 48
- Width = 217
- Height = 13
- Caption = 'Interval between screen captures (in minutes).'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object SpinEdit1: TSpinEdit
- Left = 5
- Top = 6
- Width = 49
- Height = 22
- Increment = 5
- MaxValue = 10000
- MinValue = 5
- TabOrder = 0
- Value = 225
- end
- object SpinEdit2: TSpinEdit
- Left = 6
- Top = 45
- Width = 49
- Height = 22
- MaxValue = 5000
- MinValue = 1
- TabOrder = 1
- Value = 15
- end
- object BitBtn1: TBitBtn
- Left = 108
- Top = 77
- Width = 84
- Height = 25
- Caption = 'OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = BitBtn1Click
- end
- object RadioButton1: TRadioButton
- Left = -68
- Top = 63
- Width = 63
- Height = 17
- Caption = 'Seconds'
- TabOrder = 3
- Visible = False
- OnClick = RadioButton1Click
- end
- object RadioButton2: TRadioButton
- Left = -68
- Top = 43
- Width = 59
- Height = 15
- Caption = 'Minutes'
- TabOrder = 4
- Visible = False
- end
- object CheckBox1: TCheckBox
- Left = 224
- Top = 80
- Width = 260
- Height = 17
- Caption = 'Gray Scale Screenshots (to conserve drive space) '
- TabOrder = 5
- Visible = False
- end
- end
-